XgrLoadImage |
( fileName$, @image[] ) XgrLoadImage() loads a graphics image from file fileName$
into XLONG array image[] . fileName$ must contain a valid DIB format file.
After loading, XgrLoadImage() converts image[] into a 24-bit per pixel, 8-bit per
red,green,blue DIB format. |